back · tests/sessions.spec.js:47:2 @ main all / isolation
Error: page.evaluate: InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
at dumpDatabase (tests/utils/database.js:61:33)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:568:18)
Test timeout of 60000ms exceeded.
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('app-nav').getByRole('link', { name: 'Importer' })
at goToTab (tests/utils/navigation.js:98:31)
at Object.go (tests/fixtures.ts:409:33)
at tests/sessions.spec.js:49:18
Error: locator.fill: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Nom de la session' })
at newSession (tests/utils/sessions.js:49:17)
at tests/sessions.spec.js:48:3
Test timeout of 60000ms exceeded.
Test timeout of 90000ms exceeded while running "beforeEach" hook.
at tests/sessions.spec.js:20:7
Error: page.waitForFunction: Test timeout of 90000ms exceeded.
at Object.ready (tests/fixtures.ts:222:17)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:561:18)
Error: page.waitForTimeout: Test ended.
at waitUntilLastAppears (tests/utils/photos.js:103:15)
at importPhotos (tests/utils/photos.js:58:13)
at tests/sessions.spec.js:50:3
Test timeout of 90000ms exceeded while running "beforeEach" hook.
at tests/sessions.spec.js:20:7
Error: page.waitForFunction: Test timeout of 90000ms exceeded.
at Object.ready (tests/fixtures.ts:204:17)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:521:18)
Test timeout of 90000ms exceeded while running "beforeEach" hook.
at tests/sessions.spec.js:20:7
Error: page.waitForFunction: Test timeout of 90000ms exceeded.
at Object.ready (tests/fixtures.ts:204:17)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:521:18)
Test timeout of 90000ms exceeded while running "beforeEach" hook.
at tests/sessions.spec.js:20:7
Error: page.waitForFunction: Test timeout of 90000ms exceeded.
at Object.ready (tests/fixtures.ts:204:17)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:521:18)
Test timeout of 90000ms exceeded while running "beforeEach" hook.
at tests/sessions.spec.js:20:7
Error: page.waitForFunction: Test timeout of 90000ms exceeded.
at Object.ready (tests/fixtures.ts:204:17)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:521:18)
Error: page.waitForFunction: Test timeout of 90000ms exceeded.
at Object.ready (tests/fixtures.ts:204:17)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:521:18)
Test timeout of 90000ms exceeded while running "beforeEach" hook.
at tests/sessions.spec.js:20:7
Error: page.evaluate: InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
at dumpDatabase (tests/utils/database.js:61:33)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:528:18)
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('goto-home')
at goHome (tests/utils/navigation.js:22:38)
at newSession (tests/utils/sessions.js:28:8)
at tests/sessions.spec.js:48:9
Test timeout of 60000ms exceeded.
Test timeout of 90000ms exceeded while running "beforeEach" hook.
at tests/sessions.spec.js:20:7
Error: page.waitForFunction: Test timeout of 90000ms exceeded.
at Object.ready (tests/fixtures.ts:204:17)
at Object.base.extend.forEachTest.auto (tests/fixtures.ts:521:18)
Error: expect(locator).not.toBeVisible() failed
Locator: getByText('Session α', { exact: true })
Expected: not visible
Error: strict mode violation: getByText('Session α', { exact: true }) resolved to 2 elements:
1) <a href="/sessions/s0q1veih" data-testid="goto-current-session" class="session-link svelte-1nmekgl">…</a> aka getByTestId('goto-current-session')
2) <strong>Session α</strong> aka getByRole('strong')
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for getByText('Session α', { exact: true })
at tests/sessions.spec.js:59:66